home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / html / vendors / htmedical / demos / InstallIt.csh < prev    next >
Linux/UNIX/POSIX Shell Script  |  1997-07-21  |  352b  |  10 lines

  1. #!/bin/csh
  2.  
  3. xwsh -bg royalblue -fg white \
  4.         -geom 80x30+100+100 -cursorfg violetred1 -cursorbg violetred1 \
  5.         -title "Install T-Vox 1.0 Hot Mix Demo" \
  6.         -e /bin/csh -c \
  7.         "echo You must be root to install T-Vox 1.0 Hot Mix Demo; \
  8.     cd $HOTMIXDIR/html/vendors/htmedical/demos ;\
  9.         su root -c ./InstallIt2.csh;sleep 10 "
  10.